home *** CD-ROM | disk | FTP | other *** search
INI File | 1996-04-25 | 2.5 KB | 124 lines |
- #zbserver.ini file
-
- [Options]
-
- # Use the hostname and ip sections
- # if zbserver is not able to find them
- # or if you want to use an alias name
-
- hostname=
- ip=
-
- webdir=c:\zbs\html\
- gopherdir=c:\zbs\gopher\
- tempdir=c:\zbs\temp\
- logdir=c:\zbs\logs\
-
- gopherport=70
- httpport=80
-
- #Advanced Stuff
- buffsize=8888
- maxretry=9000
- pollevery=200
- throttle=8
- greedy=0
-
- sound=1
- minimize=0
-
- socketver=0
-
- logany=1
- logsearchstring=0
- countfilehits=1
- security_realm=ZBSERVER SITE
- webdirbrowsing=1
- countreferer=1
-
- view_commands=1
- view_connects=0
- view_files=0
- view_closing=0
-
- #gopher_about_filename=c:\zbs\about.txt
- #althomepage=c:\zbs\somewhere\zbs.htm
-
- scramble_passwords=N
- scramble_version=1.5
-
- # ----------------------------
- # Multi Options
- #
- # serverX=httpd, gopherd, ftpd
- # hostX=your.host.edu
- # ipX=123.123.123.123
- # dirX=d:\zbs\html\
- # logdirX=d:\zbs\logs\
- # portX=80
- # virtual_aliasX=/html, /gopher, /ftp
-
- [Multi]
- server1=httpd
- server2=gopherd
- server3=ftpd
-
-
- [CGI]
- Timeout=180
- Debug_Mode=No
- GMT_Offset=No
-
- #The extensions section maps dos extentions to gopher types and
- #to MIME types.
- #Format for the extensions section is
- # MaxX=DOS_Ext Gopher_Type Mime_Type Url_to_Icon
- # Shareware is limited to 25 entries
-
- [Extensions]
- Folder_Icon=/gifs/smfolder.gif
- Map1=TXT 0 text/plain /gifs/smfile.gif
- Map2=ME 0 text/plain
- Map3=HQX 4 application/mac-binhex40
- Map4=EXE 5 application/octet=stream
- Map5=COM 5 application/octet=stream
- Map6=DLL 5 application/octet=stream
- Map7=ZIP 5 application/x-compressed
- Map8=BMP 5 text/plain
- Map9=UUE 6 text/plain
- Map10=TEL 8 text/plain
- Map11=GIF g image/gif /gifs/smpict.gif
- Map12=JPG I image/jpeg /gifs/smpict.gif
- Map13=WAV s audio/x-wave
- Map14=MPG ; video/mpeg
- Map15=MOV ; video/quicktime
- Map16=QT ; video/quicktime
- Map17=HTM h text/html
- Map18=INI 0 text/plain
- Map19=VBX 5 application/octet=stream
- Map20=PL 0 text/plain
- Map21=BAT 0 text/plain
- Map22=* 0 text/plain /gifs/smfile.gif
- Map23=| 0 text/plain /gifs/smquest.gif
- Map24=ZBS h text/html
-
-
- # Format for alias section is
- # AliasX=/URL DRIVE:DOSPATH OWNER Anywhere (. or C) (. or M) (. or D)
- # /URL is the web path
- # DRIVE:DOSPATH is a dos path like c:\zbs\cgi
- # OWNER is the name of a user (Shareware only allows 1 user)
- # Where C = Allow CGI
- # M = Allow Messages
- # D = Allow Directory Listings
- #
-
- [Aliases]
- Alias1=/cgi c:\zbs\cgi Anybody Anywhere C . D
- Alias2=/messages c:\zbs\messages Anybody Anywhere . M D
- Alias3=/DRIVEC c:\ Nobody Anywhere . . D
-
- [Users]
- User1=yourname yourpassword
-
-